home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 2.7.2.dxr / Internal_14_soms animeren.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  167 b   |  10 lines

  1. on exitFrame me
  2.   global animatietellerH2
  3.   zomaarwat = random(400)
  4.   if zomaarwat = 321 then
  5.     animatietellerH2 = 0
  6.     go("animatie")
  7.   end if
  8.   go(the frame)
  9. end
  10.